home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000412_news@columbia.edu _Fri Jul 14 21:10:37 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id VAA11535
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 14 Jul 2000 21:10:37 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA25885
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 14 Jul 2000 21:10:37 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id VAA16969
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 14 Jul 2000 21:05:30 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: c-kermit and ibm 3270 mainframe protocol
  14. Date: 15 Jul 2000 01:05:30 GMT
  15. Organization: Columbia University
  16. Message-ID: <8kodcq$gi6$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <20000714205645.20985.00000013@ng-fa1.aol.com>,
  20. CSpasov <cspasov@aol.com> wrote:
  21. : On my school machine, which is solaris machine, I'm trying to log in to an
  22. : ibm mainframe machine. However it does not work properly. I keep getting
  23. : VM/ESA ONLINE--MYMACHINE --PRESS BREAK KEY TO BEGIN SESSION.
  24. : instead of the regular login screen. This happens to whatever ibm mainframe I
  25. : try logging into. How will I get this to work?? I'm holding the c-kermit book
  26. : and it doesn't really talk about this. 
  27. You're getting the linemode Telnet server rather than the fullscreen TN3270
  28. server.  You can use C-Kermit this way to make a linemode connection to the
  29. mainframe.  To send the BREAK key, use Ctrl-\ followed by the letter 'b'.
  30. You can transfer files on this connection using IBM Mainframe Kermit on the
  31. far end.
  32.  
  33. C-Kermit does not include a tn3270 client.  However, there's probably a
  34. tn3270 program on the same computer where you are running C-Kermit.  If you
  35. don't need to transfer files over the connection, you can use tn3270 instead
  36. of C-Kermit.  If you DO need to transfer files, you'll need C-Kermit 7.0:
  37.  
  38.   http://www.columbia.edu/kermit/ckermit.html
  39.  
  40. and then you can use it to make the connection *through* tn3270 as explained
  41. here:
  42.  
  43.   http://www.columbia.edu/kermit/ckermit2.html#x2.7.0
  44.  
  45. - Frank